feat(pytorch): enable gfx125x for PyTorch release/2.11 builds#6122
Merged
Conversation
gfx125x support has been upstreamed via ROCm/pytorch#3346, so remove the exclusion from the release/2.11 matrix entry to enable multiarch builds for that branch.
❌ PR Check — Action Required
📖 Need help? See the Policy FAQ for details on every check and how to fix failures. |
|
🚫 Please fix the failed policies before requesting reviews. The following policy checks failed:
The |
ScottTodd
approved these changes
Jun 25, 2026
Contributor
Author
|
Component test failures are not related to this changes, overriding and merging it to enabel 2.11 support. The CI fix to filter gfxarch for pytorch matrix is coming in #6082 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gfx125x support has been upstreamed via ROCm/pytorch#3346, so remove the exclusion from the release/2.11 matrix entry to enable multiarch builds for that branch.
Motivation
Removes the
gfx125xexclusion from therelease/2.11PyTorch matrix entryrelease/2.11branchExclusions for
release/2.9,release/2.10,release/2.12, andnightlyremain in place as those branches do not have upstream support.ISSUE ID [issue] gfx1250 pytorch build temporary env vars #5833 (partially — for release/2.11).
Unit Test
python ./build_tools/github_actions/configure_multi_arch_ci.py locally with gfx125x label I can see - https://github.com/ROCm/TheRock/actions/runs/28133800797/job/83316100363?pr=6122#step:4:57
Also There's no dedicated test file for configure_pytorch_release_matrix.py —
the change is straightforward enough (removing a dict key) that it's covered by the existing matrix infrastructure tests.
Test plan
release/2.11PyTorch build that includesgfx125xin the matrixgfx125x